home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / starfr13.zip / INSTALL.BAT < prev   
DOS Batch File  |  1993-01-25  |  374b  |  14 lines

  1. @echo off
  2. cls
  3. echo STARFIRE - by Silver Lightning Software .. Installation
  4. echo =======================================================
  5. echo STARFIRE will now be copied into directory on your hard disk 
  6. echo called C:\STARFIRE. Press CTRL-C to abort or
  7. pause
  8. md c:\starfire
  9. xcopy !starfr1.exe c:\starfire
  10. c:
  11. cd c:\starfire
  12. !starfr1
  13. echo Type 'STARFIRE' to play
  14.